home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "The ladder leads to the top of the school.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.nogo.exit1._x = _root.lvl.hewitt._x;
- _root.nogo.exit1._y = _root.lvl.hewitt._y;
- }
- }
- }
-